Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.Exchangeable Namespace / IExtension<T> Interface
The object that participates in the custom behavior.
Members


IExtension<T> Interface
Enables an object to extend another object through aggregation.
Syntax
'Declaration
 
Public Interface IExtension(Of T As IExtensibleObject(Of T)) 
 
'Usage
 
Dim instance As IExtension(Of T)
Type Parameters
T
The object that participates in the custom behavior.
See Also